home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TEFOLDER / TEFOLDER.txt
Text File  |  1997-01-03  |  905b  |  47 lines

  1. object efolder: Tefolder
  2.   Left = 285
  3.   Top = 254
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup Message'
  7.   ClientHeight = 80
  8.   ClientWidth = 256
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 33
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 228
  28.     Height = 16
  29.     Caption = 'Please enter a Start Menu Folder'
  30.     Font.Color = clBlack
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Button1: TButton
  38.     Left = 176
  39.     Top = 48
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46. end
  47.